New upstream version 1.0.5
authorBoyuan Yang <073plan@gmail.com>
Mon, 9 Oct 2017 13:42:06 +0000 (21:42 +0800)
committerBoyuan Yang <073plan@gmail.com>
Mon, 9 Oct 2017 13:42:06 +0000 (21:42 +0800)
commit4d9de9b9847a4703d0da11b3ab95c9d4e4201c4b
treee07d1fc16f746920d8bfb5893af83e1471246e74
parent8f0dc491a214e37446e6678bb97627c0efb42ea0
New upstream version 1.0.5
36 files changed:
CMakeLists.txt
NEWS.md
README.md
binding.gyp
data/CMakeLists.txt
data/dictionary/STCharacters.txt
data/dictionary/STPhrases.txt
data/dictionary/TWPhrasesOther.txt
data/dictionary/TWVariants.txt
data/scheme/st_multi.txt
doc/CMakeLists.txt
node/binding.cc
node/demo.js
node/dict.js [new file with mode: 0644]
node/dicts.gypi
node/global.gypi
node/node_binding.gypi
node/opencc.js
node/opencc_dict.gypi [deleted file]
package.json
src/BinaryDict.cpp
src/CMakeLists.txt
src/Config.cpp
src/ConfigTest.cpp
src/DartsDict.cpp
src/Dict.cpp
src/DictConverter.cpp [new file with mode: 0644]
src/DictConverter.hpp [new file with mode: 0644]
src/DictEntry.hpp
src/Exception.hpp
src/PhraseExtract.cpp
src/PhraseExtract.hpp
src/SimpleConverter.cpp
src/UTF8StringSlice.hpp
src/UTF8Util.hpp
src/tools/DictConverter.cpp